home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 227 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: cix.compulink.co.uk!usenet
  3. From: mark_tbu@cix.compulink.co.uk ("Mark Morgan Lloyd ")
  4. Subject: Re: Reading Floppies.
  5. Message-ID: <DM4A9A.K36@cix.compulink.co.uk>
  6. Organization: KDG Mobrey Telemetry
  7. References: <1996Feb1.125721.18589@ucl.ac.uk>
  8. Date: Thu, 1 Feb 1996 21:55:58 GMT
  9. X-News-Software: Ameol
  10.  
  11. What operating system are you running under? What compiler are you hoping 
  12. to use? If you are hoping to support such a wide range of devices you 
  13. will have substantial problems (I speak from experience here) and under 
  14. DOS may find it most practical to hook INT 24H- if you refer to 
  15. appropriate technical info you will find that there is a technique to 
  16. return straight to the application with an error code. I can warn you 
  17. however, that you will be getting into _very_ deep water here- the code 
  18. is not at all simple, cannot be expressed in a high-level language (i.e. 
  19. you will need inline assembler and an intimate (I'm tempted to say 
  20. gynaecological) knowledge of the stack state) and may vary depending on 
  21. the memory model in use, and I admit freely that I do not know what would 
  22. happen if you attempted to run under Windows 3.x, Windows '95, Windows 
  23. NT, OS/2, or a DOS emulator such as DOS Merge.
  24.  
  25. You may find it easier to educate your users. :-)
  26.  
  27. Mark Morgan Lloyd
  28. mark_tbu@cix.compulink.co.uk
  29.  
  30. [Opinions above are the author's, not those of his employers or 
  31. colleagues]
  32.